﻿/* CSS Document */

/* site style */
body {padding:0;margin:0 0 0 0;text-align:left;color:#333333;font-size:14px;font-family:宋体, Arial, Helvetica, sans-serif; height:auto;}
h1, h2, h3, h4, h5, h6, form, div, p, i, img, ul, li, ol, table, tr, td, fieldset, label, legend {margin:0px;padding:0px;}
a img{border:none;}
a:link{color:#333333;font-family:"宋体","Arial","Tahoma";text-decoration:none;}
a:visited{color:#333333;font-family:"宋体","Arial","Tahoma";text-decoration:none;}
a:active,a:hover{text-decoration:underline;font-family:"宋体","Arial","Tahoma";color:red;}
div,li{
	/*overflow:hidden;*/
}
ul{
	padding:0px;
	margin:0px;
	list-style:none;
  /* overflow:hidden;*/
}
.clearit{clear:both;height:0px;overflow:hidden;font-size:0px; margin:0; padding:0;}
.btn2 {
	height: 2px;
	font-size: 0px;
	clear: both;
	line-height: 2px;
}
.btn4{
	height:4px;
	font-size:0px;
	clear:both;
	line-height:8px;
}
.btn6 {
	height: 6px;
	font-size: 0px;
	clear: both;
	line-height: 6px;
}
.btn8 {
	height: 8px;
	font-size: 0px;
	clear: both;
	line-height: 8px;
}
.btn10 {
	height: 10px;
	font-size: 0px;
	clear: both;
	line-height: 10px;
}
.btn12{
	height:12px;
	font-size:0px;
	clear:both;
	line-height:12px;
}
.btn16{
	height:16px;
	font-size:0px;
	clear:both;
	line-height:16px;
}
.btn30{
	height:30px;
	font-size:0px;
	clear:both;
	line-height:30px;
}
.btn50{
	height:50px;
	font-size:0px;
	clear:both;
	line-height:50px;
}
.btn100{
	height:100px;
	font-size:0px;
	clear:both;
	line-height:100px;
}

.fontyh{font: bold 28px "Microsoft YaHei","΢ź";}
.fontsong{ font-family:;}

/* 颜色 */
.cred,a.cred:link,a.cred:visited{ color:Red; }
.cblue,a.cblue:link,a.cblue:visited{color:#125D94;}
.cwhite,a.cwhite:link,a.cwhite:visited{color:#FFF;}
.cblack,a.cblack:link,a.cblack:visited{color:#000;}
.cyellow,a.cyellow:link,a.cyellow:visited{ color:#ff6500; }
.cgery,a.cgery:link,a.cgery:visited{ color:#c1bfc0; }
.cgerys,a.cgerys:link,a.cgerys:visited{ color:#606060;}
.ctime,a.ctime:link,a.ctime:visited{ color:#939496; }
.cyellows,a.cyellows:link,a.cyellows:visited{ color:#7a6524; }

/* 加粗 */
.fb {font-weight: bold;} 
.fb3{ font-weight:bolder;} 
.fn {font-weight:normal;}

.vmiddle{ vertical-align:middle;}

/*字体大小*/
.f12{ font-size:12px;}
.f14{ font-size:14px;} 
.f16{ font-size:16px;} 
.f18{ font-size:18px;} 
.f20{ font-size:20px;} 
.f24{ font-size:24px;} 
.f32{ font-size:32px;} 


/*空白*/
.blank4{height:4px; font-size:1px; clear:both;overflow:hidden;}
.blank6{height:6px; font-size:1px; clear:both;overflow:hidden;}
.blank8{height:8px; font-size:1px; clear:both;overflow:hidden;}
.blank12{height:12px; font-size:1px; clear:both;overflow:hidden;}
.blank16{height:16px; font-size:1px; clear:both;overflow:hidden;}

/*宽度*/
.w66{
	width:66px;
}
.w4{
	width:4px;
}
.w6{
	width:6px;
}
.w8{
	width:8px;
}
.w10{
	width:10px;
}
.w12{
	width:12px;
}
.w14{
	width:14px;
}
.w18{
	width:18px;
}
.w80{
	width:80px;
}
.w90{
	width:100px;
}
.w100{
	width:100px;
}
.w120{
	width:120px;
}
.w280{
	width:280px;
}
.h88{
	height:88px;
}

/**/
.left{ float:left;}
.right{ float: right;}    
.noborder{border:none;	} 
.textcen{text-align:center;}
.textleft{text-align:left;}
.textrig{text-align:right;} 
.bgfff{background:#fff;}
.jz{margin:0px auto;}


/*外边距*/
.mar0{margin:0px;}
.mar5{margin:5px;}
.martop5{margin-top:5px;}
.martop7{margin-top:7px;}
.martb5{margin:5px 0px;}
.marlr5{margin:0px 5px;}
.marlf3{margin-left:3px;}
.marlf4{margin-left:4px;}
.marrg5{margin-right:5px;}
.marlf10{margin-left:10px;}
.marlf18{margin-left:18px;}
.marlf20{margin-left:20px;}
/*内边距*/
.pad2{padding:2px;}
.pad3{padding:3px;}
.pad4{padding:4px;}
.pad5{padding:5px;}
.pad7{padding:7px;}
.padtb6{padding:6px 0px 6px 0px;}
.pad6{padding:6px;}
.pad10{padding:10px;}
.padlef5{padding-left:5px;}
.padrig10{padding-right:10px;}

/*显示隐藏*/
.dis {
	display: block;
}
.undis {
	display: none;
}